home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
microcrn
/
issue_40.arc
/
DAIMS.ARC
/
TEST.CPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-02-10
|
384 b
|
16 lines
#include <math.h>
#include "viscosity.h"
#include "matrix.hxx"
#include "vimatrix.hxx"
#include "Cheb_vector.hxx"
#include "ekman.hxx"
#include "ocpanel.hxx"
#include "ocean.hxx"
main() {
Cheb_vector A(10,20), B(10, 30);
Cheb_vector C = A - B;
cout << C;
}